Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / Add Method
The object to add to the ICollection.


In This Topic
    Add Method (GridRowColCollection<T>)
    In This Topic
    Adds an item to the ICollection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As T _
    ) 
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim item As T
     
    instance.Add(item)
    public void Add( 
       T item
    )

    Parameters

    item
    The object to add to the ICollection.
    See Also